home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / shell / tsbgex / src / neko / neko.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  168 b   |  9 lines

  1. #include "../win.h"
  2.  
  3. typedef struct {
  4.     char        *PixelPattern;
  5.     char        *MaskPattern;
  6.     unsigned int    PixelWidth;
  7.     unsigned int    PixelHeight;
  8. } BitmapData;
  9.